home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 11 Learning / 04 Mommersteeg / Penny / PennyMatching.clw < prev    next >
Encoding:
MFC ClassWizard info  |  2001-09-25  |  2.5 KB  |  100 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CAboutDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "PennyMatching.h"
  9.  
  10. ClassCount=3
  11. Class1=CPennyMatchingApp
  12. Class2=CPennyMatchingDlg
  13. Class3=CAboutDlg
  14.  
  15. ResourceCount=5
  16. Resource1=IDD_ABOUTBOX
  17. Resource2=IDR_MAINFRAME
  18. Resource3=IDD_PENNYMATCHING_DIALOG
  19. Resource4=IDD_ABOUTBOX (English (U.S.))
  20. Resource5=IDD_PENNYMATCHING_DIALOG (English (U.S.))
  21.  
  22. [CLS:CPennyMatchingApp]
  23. Type=0
  24. HeaderFile=PennyMatching.h
  25. ImplementationFile=PennyMatching.cpp
  26. Filter=N
  27.  
  28. [CLS:CPennyMatchingDlg]
  29. Type=0
  30. HeaderFile=PennyMatchingDlg.h
  31. ImplementationFile=PennyMatchingDlg.cpp
  32. Filter=D
  33. LastObject=CPennyMatchingDlg
  34. BaseClass=CDialog
  35. VirtualFilter=dWC
  36.  
  37. [CLS:CAboutDlg]
  38. Type=0
  39. HeaderFile=PennyMatchingDlg.h
  40. ImplementationFile=PennyMatchingDlg.cpp
  41. Filter=D
  42. BaseClass=CDialog
  43. VirtualFilter=dWC
  44. LastObject=CAboutDlg
  45.  
  46. [DLG:IDD_ABOUTBOX]
  47. Type=1
  48. ControlCount=4
  49. Control1=IDC_STATIC,static,1342177283
  50. Control2=IDC_STATIC,static,1342308352
  51. Control3=IDC_STATIC,static,1342308352
  52. Control4=IDOK,button,1342373889
  53. Class=CAboutDlg
  54.  
  55.  
  56. [DLG:IDD_PENNYMATCHING_DIALOG]
  57. Type=1
  58. ControlCount=3
  59. Control1=IDOK,button,1342242817
  60. Control2=IDCANCEL,button,1342242816
  61. Control3=IDC_STATIC,static,1342308352
  62. Class=CPennyMatchingDlg
  63.  
  64. [DLG:IDD_PENNYMATCHING_DIALOG (English (U.S.))]
  65. Type=1
  66. Class=CPennyMatchingDlg
  67. ControlCount=19
  68. Control1=IDC_HEAD,button,1342242945
  69. Control2=IDC_TAIL,button,1342242944
  70. Control3=IDC_ABOUT,button,1342242816
  71. Control4=IDC_TOGGLESTATS,button,1342242816
  72. Control5=IDC_PLAYS,edit,1342179456
  73. Control6=IDC_MACHINE_SCORE,edit,1342179456
  74. Control7=IDC_YOUR_SCORE,edit,1342179456
  75. Control8=IDC_RATIO,edit,1342179456
  76. Control9=IDC_THRESHOLDRATIO,edit,1342179456
  77. Control10=IDC_STATIC,static,1342308352
  78. Control11=IDC_PREDICTOR,combobox,1344339971
  79. Control12=IDC_STATIC,static,1342308352
  80. Control13=IDC_STATIC,static,1342308352
  81. Control14=IDC_STATIC,static,1342308352
  82. Control15=IDC_STATIC,static,1342308352
  83. Control16=IDC_STATIC,static,1342308352
  84. Control17=IDC_STATIC,static,1342308352
  85. Control18=IDC_STATIC,button,1342177287
  86. Control19=IDC_STATIC,static,1342308352
  87.  
  88. [DLG:IDD_ABOUTBOX (English (U.S.))]
  89. Type=1
  90. Class=CAboutDlg
  91. ControlCount=7
  92. Control1=IDC_STATIC,static,1342177283
  93. Control2=IDOK,button,1342373889
  94. Control3=IDC_STATIC,static,1342312449
  95. Control4=IDC_STATIC,button,1342177287
  96. Control5=IDC_BACKGROUND_INFO,edit,1342244996
  97. Control6=IDC_STATIC,button,1342177287
  98. Control7=IDC_STATIC,static,1342308352
  99.  
  100.